* files.el (hack-local-variables-prop-line)
authorChong Yidong <cyd@stupidchicken.com>
Wed, 29 Apr 2009 03:02:54 +0000 (03:02 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 29 Apr 2009 03:02:54 +0000 (03:02 +0000)
commit68ab4c791a2bc4e2d31b0bf5eae61f5903e96cee
tree95b90813bf72a717cd98b3e7fa73082aa329cc72
parent550e1fe71626c510444d4b02e41f506910b7287c
* files.el (hack-local-variables-prop-line)
(hack-local-variables, dir-locals-read-from-file): Bind
read-circle to nil before reading.
* lread.c (Vread_circle): New variable.
(read1): Disable recursive read if Vread_circle is nil.
etc/NEWS
lisp/ChangeLog
lisp/files.el
src/ChangeLog
src/lread.c